home *** CD-ROM | disk | FTP | other *** search
/ SuperModels in the Rainforest / SuperModels in the Rainforest.iso / rain.dxr / 00018_Mid Intro Frame Script.ls < prev    next >
Encoding:
Text File  |  1995-10-13  |  217 b   |  11 lines

  1. on exitFrame
  2.   global giVidSprite
  3.   if soundBusy(1) then
  4.     if (the timer / 60) > 3 then
  5.       aRotatePicture(the name of cast the castNum of sprite 1, 1)
  6.       startTimer()
  7.     end if
  8.     go(the frame)
  9.   end if
  10. end
  11.